Skip to content

Complete Implementation of SQL Query Engine #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

deecodess
Copy link

This Pull Request Includes:

1. CSV Parsing:

The core of this project integrates CSV parsing with a bespoke SQL query parser.

2. Query Options:

Implemented WHERE clauses with multiple conditions and a variety of comparison operators.

3. Join Operations:

The project supports INNER, LEFT, and RIGHT JOINs

4. Aggregation and Grouping:

Full functional GROUP BY clauses and aggregate functions.

5. Refined Data Selection:

Features like ORDER BY and LIMIT clauses have been added.

6. Error Handling:

Error Handling Methods Learnt and Added.

7. SQL Support:

Added DISTINCT, LIKE operators, and rudimentary support for INSERT and DELETE statements.

8. Command-Line Interface (CLI):

A user-friendly CLI is created.

9. Continuous Integration (CI):

Guaranteeing the integrity of our project, Continous Integration is an essential part.

Learnings

I believe this project made me improve my javascript skills by a lot. I got to dive deeper into how Database Management Systems actually work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant